/*Primeira parte (seccao) da LP*/

html, body{ 
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.section1{ 
    background: radial-gradient(circle at center, rgba(255, 102, 0, 0.28) 0%, rgba(255, 102, 0, 0.12) 25%, rgba(0,0,0,0.95) 70%), linear-gradient(to right, #000000, #140804);
    height: 75vh; 
} 

.header-section-height{ 
    height: 55px;
    background: #0b0b0b;
    display: flex; 
    align-items: center;
}
.header-section{ 
    display: flex;
    height: 55px;
    justify-content: space-between; 
    padding: 0 150px;
    margin: auto;
}
/*.header-row1{ 
	padding-left: 150px; 
}*/

.header-column1{ 
	display: flex;
    /*margin-left: 90px; */
}

.header-row2{ 
	/*padding-right: 90px; */
}

.header-column2{ 
	display: flex;  
    gap: 25px; 
    justify-content: flex-end; 
    margin-right: 90px; 
    margin: auto; 
}

.logo {
  	width: 36px; 
    height: 36px; 
} 

.logo-text{ 
	color: #ffffff;
  	font-family: Inter, sans-serif;
  	font-weight: 700;
  	font-size: 16px;
    padding-top: 6.6px; 
} 

.cta-button{ 
	background: #ec6c1f; 
    padding: 10px 30px; 
    margin: 5px; 
    color: black;
    border-radius: 10px;
}

.header-button{ 
	border-radius: 500px;
}

.turma-info-span{ 
	display: flex;
    gap: 10px 5px;
    width: 305px;
    margin-top: 20px;
    padding: auto;
    padding-bottom: 10px; 
}

.buttoms-box{ 
	display: flex;
    gap: 0 80px;
}

.garantir-vaga-button{ 
	display: flex;
    gap: 0 5px;
    background: linear-gradient(135deg, hsl(32 100% 60%), hsl(14 90% 45%));
} 

.check-text-box{ 
	display: flex; 
    gap: 0 30px;
} 

.check-box-column{ 
	display: flex; 
    gap: 0 5px;
} 


.banner-image{ 
	width: 100%; 
    max-width: 500px; 
    height: 500px; 
    margin-left: 80px; 
}
 
.banner-image-column{ 
    display: flex;
	width: 500px 
    height: 500px; 
}

.img{ 
	width: 50px; 
    height: 50px; 
    background: #f46102; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}





/*Segunda parte (seccao) da LP*/

.benefits-column-card{ 
	display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
   	height: 500px; 
    width: 95%;
    gap: 30px; 
    align-items: center;
    margin: 0 auto;
} 

.benefits-column-card1{ 
	display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
}

.benefits-section-column{ 
	display: flex;
    gap: 0 5px;
} 

.icons-row1{ 
    background: #e65b18; 
    padding: auto 0; 
}

.icon-image{ 
	width: 44px; 
    height: 44px; 
    background: #e65b18; 
}

.numbers-row-card{ 
	display: flex; 
    justify-content: space-between;
}  

.benefits-card{ 
	width: 408px; 
    height: 459px;
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: flex-start;
}

.zptext li::marker {
    color: #ff6600;
}

/*Terceira parte (seccao) da LP*/


.gallery-grid{ 
	display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
    gap: 3vw;
    justify-content: center;
} 

.gallery-image{ 
	width: 17vw;
} 

.gallery-line{ 
	width: 90%;
} 

.image{ 
	width: 18vw; 
    height: 507px;
    margin: 0 auto;
}


/*Quarta parte (seccao) da LP*/

.check-items{ 
	display: flex;
} 

.check-items-grid{ 
	display: grid; 
    grid-template-columns: 1fr 1fr;  
    width: 50%; 
    margin: 0 auto;
} 

.payment-button{ 
	display: flex; 
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 13px;
    gap: 0 8px;  
    width: 290px; 
    height: 58px; 
    
}



/* ==========================
   TABLET RESPONSIVE
   ========================== */
@media screen and (max-width: 1024px) {

    .header-section { 
        height: auto;
        padding: 12px 20px;
        flex-wrap: wrap;
    }

    .header-column1 { 
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-column2 { 
        width: 100%;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .logo {
        width: 32px;
        height: 32px;
    }

    .logo-text { 
        font-size: 14px;
        padding-top: 4px;
        text-align: center;
    }

    .turma-info-span { 
        width: 100%;
        justify-content: center;
        gap: 8px;
        padding-bottom: 8px;
        flex-wrap: wrap;
        text-align: center;
    }

    .buttoms-box { 
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .garantir-vaga-button { 
        justify-content: center;
        align-items: center;
    }

    .header-button { 
        width: auto;
        padding: 10px 18px;
    }
} 